Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs process updated #274

Merged
merged 7 commits into from
Apr 16, 2020
Merged

Docs process updated #274

merged 7 commits into from
Apr 16, 2020

Conversation

kumare3
Copy link
Contributor

@kumare3 kumare3 commented Apr 15, 2020

  • Better named makefile targets to generate docs
  • Also using a pinned version of Flytekit and FlyteIDL for docs
  • Added links to go repos documentation
  • Fixed the index and introduction page (there was a duplicate)

@kumare3 kumare3 linked an issue Apr 15, 2020 that may be closed by this pull request
13 tasks
@@ -16,13 +16,13 @@ RSTS_DIR=`mktemp -d "${BASEDIR}/rsts_tmp/XXXXXXXXX"`

# Copy all rst files to the same place
cp -R rsts/* ${RSTS_DIR}
cp -R _rsts/* ${RSTS_DIR}
#cp -R _rsts/* ${RSTS_DIR}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't remember, what does this do?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we need this, good catch, added back

@wild-endeavor
Copy link
Contributor

+1 with one comment. approving, not sure if you want to change it

wild-endeavor
wild-endeavor previously approved these changes Apr 16, 2020
Copy link
Contributor

@wild-endeavor wild-endeavor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but the github workflow doesn't push to gh-pages automatically right? we still need to do that separately.

@kumare3 kumare3 merged commit 3d65ac3 into master Apr 16, 2020
@kumare3
Copy link
Contributor Author

kumare3 commented Apr 16, 2020

but the github workflow doesn't push to gh-pages automatically right? we still need to do that separately.

Right, that should be a follow up PR, I have something in progress, mind helping?

@wild-endeavor
Copy link
Contributor

wild-endeavor commented Apr 16, 2020 via email

eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Dec 6, 2022
Signed-off-by: Flyte-Bot <[email protected]>

Co-authored-by: flyte-bot <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Dec 20, 2022
Specify how resource is cleaned up after successful execution of a k8s pod
[Issue](flyteorg#2650)
Signed-off-by: SmritiSatyanV [email protected]

Signed-off-by: SmritiSatyanV <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Dec 20, 2022
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Aug 21, 2023
Signed-off-by: Flyte-Bot <[email protected]>

Co-authored-by: flyte-bot <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Aug 21, 2023
Specify how resource is cleaned up after successful execution of a k8s pod
[Issue](flyteorg#2650)
Signed-off-by: SmritiSatyanV [email protected]

Signed-off-by: SmritiSatyanV <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Apr 30, 2024
austin362667 pushed a commit to austin362667/flyte that referenced this pull request May 7, 2024
robert-ulbrich-mercedes-benz pushed a commit to robert-ulbrich-mercedes-benz/flyte that referenced this pull request Jul 2, 2024
troychiu pushed a commit that referenced this pull request Jul 8, 2024
## Overview
Add some logging to better narrow missing outputs to either admin or propeller paths. In support of https://unionai.atlassian.net/browse/CASE-643

## Test Plan
Unit tests pass + manual inspection

## Rollout Plan (if applicable)
Pull over to cloud and deploy admin + propeller

## Upstream Changes
Should this change be upstreamed to OSS (flyteorg/flyte)? If so, please check this box for auditing. Note, this is the responsibility of each developer. See [this guide](https://unionai.atlassian.net/wiki/spaces/ENG/pages/447610883/Flyte+-+Union+Cloud+Development+Runbook/#When-are-versions-updated%3F).
- [ ] To be upstreamed

## Issue
ref CLD-922
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]Automated docs publishing pipeline
2 participants